ComponentOne Xamarin.Android
CurrentItem Property


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CollectionViewBase<T> Class : CurrentItem Property
Gets or sets the current item in the view.
Syntax
'Declaration
 
Public Property CurrentItem As T
'Usage
 
Dim instance As C1CollectionViewBase(Of T)
Dim value As T
 
instance.CurrentItem = value
 
value = instance.CurrentItem
public T CurrentItem {get; set;}
See Also

Reference

C1CollectionViewBase<T> Class
C1CollectionViewBase<T> Members